@brief Find a device that matches the search criteria given by this
functions's parameters.
@param dvb pointer to struct dvb_device to be used
@param adapter Adapter number, as defined internally at the Kernel.
Always start with 0;
@param num Digital TV device number (e. g. frontend0, net0, etc);
@param type Type of the device, as given by enum dvb_dev_type;
@return returns a pointer to a struct dvb_dev_list object or NULL if the
desired device was not found.
@brief Find a device that matches the search criteria given by this functions's parameters.
@param dvb pointer to struct dvb_device to be used @param adapter Adapter number, as defined internally at the Kernel. Always start with 0; @param num Digital TV device number (e. g. frontend0, net0, etc); @param type Type of the device, as given by enum dvb_dev_type;
@return returns a pointer to a struct dvb_dev_list object or NULL if the desired device was not found.